runtime.gobuf.lr (field)
15 uses
runtime (current package)
heapdump.go#L349: lr = gp.sched.lr
panic.go#L1208: gp.sched.lr = 0
proc.go#L562: traceback1(g.sched.pc, g.sched.sp, g.sched.lr, g, 0)
proc.go#L2394: gp.sched.lr = 0
proc.go#L4356: gp.sched.lr = 0
runtime2.go#L342: lr uintptr
stack.go#L985: traceback(morebuf.pc, morebuf.sp, morebuf.lr, morebuf.g.ptr())
stack.go#L1004: "\tmorebuf={pc:", hex(morebuf.pc), " sp:", hex(morebuf.sp), " lr:", hex(morebuf.lr), "}\n",
stack.go#L1005: "\tsched={pc:", hex(gp.sched.pc), " sp:", hex(gp.sched.sp), " lr:", hex(gp.sched.lr), " ctxt:", gp.sched.ctxt, "}\n")
stack.go#L1008: traceback(morebuf.pc, morebuf.sp, morebuf.lr, gp)
stack.go#L1014: thisg.m.morebuf.lr = 0
stack.go#L1055: "\tmorebuf={pc:", hex(morebuf.pc), " sp:", hex(morebuf.sp), " lr:", hex(morebuf.lr), "}\n",
stack.go#L1056: "\tsched={pc:", hex(gp.sched.pc), " sp:", hex(gp.sched.sp), " lr:", hex(gp.sched.lr), " ctxt:", gp.sched.ctxt, "}\n")
traceback.go#L162: lr0 = gp.sched.lr
traceback.go#L302: frame.lr = gp.sched.lr
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |